Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Oct 31, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Minor Changes

  • #5126 c621c13 Thanks @kien-ngo! - Allow to customize the display order of Asset tabs

    When you click on "View Assets", by default the "Tokens" tab is shown first.

    If you want to show the "NFTs" tab first, change the order of the asset tabs to: ["nft", "token"]

    Note: If an empty array is passed, the [View Funds] button will be hidden

    <ConnectButton
      client={client}
      detailsModal={{
        assetTabs: ["nft", "token"],
      }}
    />

Patch Changes


PR-Codex overview

This PR updates the thirdweb package version from 5.64.5 to 5.65.0, introduces minor and patch changes, and enhances asset tab customization and transaction tracking.

Detailed summary

  • Updated version to 5.65.0.
  • Minor change: Customizable display order of Asset tabs.
  • Patch changes:
    • Replaced JSON.stringify with stringify for bigint serialization.
    • Tracks transaction chain IDs.
    • Allows smart accounts to switch between zk and non-zk chains.
    • Configurable analytics endpoint.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Oct 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 7:48am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 7:48am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 7:48am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 7:48am

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 31, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 31, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43 KB (0%) 860 ms (0%) 4.2 s (+56.61% 🔺) 5.1 s
thirdweb (cjs) 103.02 KB (0%) 2.1 s (0%) 6.9 s (-16.57% 🔽) 9 s
thirdweb (minimal + tree-shaking) 4.85 KB (0%) 97 ms (0%) 222 ms (+78.5% 🔺) 319 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 104 ms (+119.74% 🔺) 114 ms
thirdweb/react (minimal + tree-shaking) 17.01 KB (0%) 341 ms (0%) 364 ms (-49.11% 🔽) 704 ms

@codecov
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.36%. Comparing base (e3c0af2) to head (7ac0190).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5251   +/-   ##
=======================================
  Coverage   45.36%   45.36%           
=======================================
  Files        1067     1067           
  Lines       55449    55449           
  Branches     3989     3989           
=======================================
  Hits        25157    25157           
  Misses      29601    29601           
  Partials      691      691           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from e3c0af2
packages 40.41% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@jnsdls jnsdls force-pushed the changeset-release/main branch from a023769 to ed7323a Compare November 1, 2024 10:52
@jnsdls jnsdls force-pushed the changeset-release/main branch from ed7323a to 8f7591f Compare November 1, 2024 18:38
@jnsdls jnsdls force-pushed the changeset-release/main branch from 8f7591f to 5db5f0b Compare November 1, 2024 18:58
@jnsdls jnsdls force-pushed the changeset-release/main branch from 5db5f0b to d98ff88 Compare November 1, 2024 19:13
@jnsdls jnsdls force-pushed the changeset-release/main branch from d98ff88 to 7ac0190 Compare November 2, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants